object WaitForm: TWaitForm Left = 130 Top = 72 BorderStyle = bsNone Caption = 'Balls of Steel control center' ClientHeight = 115 ClientWidth = 244 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 244 Height = 115 Align = alClient BevelInner = bvRaised TabOrder = 0 object Label1: TLabel Left = 10 Top = 53 Width = 224 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Setting up video drivers' Font.Color = clRed Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 45 Top = 84 Width = 155 Height = 13 Caption = 'Press Alt+Tab to switch windows' end object Label3: TLabel Left = 25 Top = 12 Width = 195 Height = 16 Caption = 'Balls of Steel Control Center' Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end end